projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07f7980
)
(struct group): Add gr_gid member.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 May 2008 09:41:42 +0000
(09:41 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 May 2008 09:41:42 +0000
(09:41 +0000)
nt/inc/grp.h
patch
|
blob
|
history
diff --git
a/nt/inc/grp.h
b/nt/inc/grp.h
index 873c1ea7ad89d19bb2ce7ea3229bb8ce219b5d02..0c01251dcaa9a7e98bd51d259ab7372f65a48218 100755
(executable)
--- a/
nt/inc/grp.h
+++ b/
nt/inc/grp.h
@@
-25,6
+25,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Emacs uses only gr_name */
struct group {
char *gr_name; /* group name */
+ gid_t gr_gid; /* group numerical ID */
};
struct group *getgrgid(gid_t);